Fibre Channel Driver and Utilities for EFI



Contents
========

Included Files
Updating EFI Driver, RISC Firmware And NVRAM

    

Included Files
--------------

Q24MBnnn.BIN         EFI driver image file (used for write to adapter flash)*
QL24XX.DRV           Auxiliary driver file (used for write to adapter flash)
2400.BIN             Adapter firmware file (used for write to adapter flash)
EFIUTIL.EFI          Used to update the driver, firmware, and NVRAM
RELEASENOTES.TXT     Release notes
README.TXT           This file

*Note: nnn = 000, 001, etc.


Updating EFI Driver, RISC Firmware And NVRAM
--------------------------------------------

-Use efiutil to update the EFI Driver, RISC Firmware, and NVRAM

-You must specify a filename for efi_write.  A default
 filename is not supported.

-To update the EFI driver, do the following:
  efiutil all efi_write=q24mbnnn.bin

-To update the RISC Firmware, do the following:
  efiutil all risc_fw_write=2400.bin

-To update the NVRAM, do the following:
  efiutil all nvram_write=nvram.dat

-To update the EFI driver and RISC Firmware, do the following:
  efiutil all efi_write=q24mbnnn.bin risc_fw_write=2400.bin

-The above commands will update all 2422 adapters.  To update a specific
 adapter, replace "all" with "adapter=n" (where n = 0, 1, 2, etc.)

-You must reboot the system for Driver/Firmware/NVRAM changes to take effect.
